Html Css Color HEX #ED828E Carissma

📋 copy color: '#ED828E'

red 237 ◦ green 130 ◦ blue 142

#ED828E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carissma #ED828E

Tints of Carissma #ED828E

RGB

 RED value IS 237 (92.97% from 255) = 46.56%

 GREEN value IS 130 (51.17% from 255) = 25.54%

 BLUE value IS 142 (55.86% from 255) = 27.9%

R = 46.56%
G = 25.54%
B = 27.9%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.40

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#ED828E (or 0xED828E) is known color: Carissma. HEX triplet: ED, 82 and 8E. RGB value is (237,130,142). Sum of RGB (Red+Green+Blue) = 237+130+142=509 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.56% from 509); Green value is 130 (51.17% from 255 or 25.54% from 509); Blue value is 142 (55.86% from 255 or 27.90% from 509); Max value from RGB is 237 - color contains mainly: red. Hex color #ED828E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED828E is #127D71. Grayscale: #A3A3A3. Windows color (decimal): -1211762 or 9339629. OLE color: 9339629.

HSL color Cylindrical-coordinate representation of color #ED828E: hue angle of 353.27º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ED828E is Cyan = 0, Magento = 0.45, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 130 142 -
CMYK 0 0.45 0.40 0.07
HSL 353.27º 0.75% 0.72% -
HSV(B) 353.27º 0.45% 0.93% -
XYZ 47.79 35.92 30.01 -
YUV 163.36 115.95 180.52 -
System Red Green Blue C M Y K H S L
Decimal 237 130 142 0 0.45 0.40 0.07 353.27 0.75 0.72
Hex ED 82 8E 0 2D 28 7 161 4B 48
Octal 355 202 216 0 55 50 7 541 113 110
Binary 11101101 10000010 10001110 0 101101 101000 111 101100001 1001011 1001000

Color Harmonies of #ED828E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED828E

Black with #ED828E

Text Example


Text Example

White with #ED828E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED828E; }

 p { color: rgb(237,130,142); }

 H1.HeaderClassName
 {
   color: #ED828E;
 }
 .AnyTagClassName
 {
   color: #ED828E;
 }
</style>

background-color css

<style>
 a { background-color: #ED828E; }

 a { background-color: rgb(237,130,142); }

 div.DivClassName
 {
   background-color: #ED828E;
 }
 .BgClassName
 {
   background-color: #ED828E;
 }
</style>

border-color css

<style>
 span { border-color: #ED828E; }

 span { border-color: rgb(237,130,142); }

 td.TdClassName
 {
   border-color: #ED828E;
 }
 .TagClassName
 {
   border-color: #ED828E;
 }
</style>