Html Css Color HEX #ED8188 Carissma

📋 copy color: '#ED8188'

red 237 ◦ green 129 ◦ blue 136

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

Shades of Carissma #ED8188

Tints of Carissma #ED8188

RGB

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

 GREEN value IS 129 (50.78% from 255) = 25.7%

 BLUE value IS 136 (53.52% from 255) = 27.09%

R = 47.21%
G = 25.7%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#ED8188 (or 0xED8188) is known color: Carissma. HEX triplet: ED, 81 and 88. RGB value is (237,129,136). Sum of RGB (Red+Green+Blue) = 237+129+136=502 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.21% from 502); Green value is 129 (50.78% from 255 or 25.70% from 502); Blue value is 136 (53.52% from 255 or 27.09% from 502); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8188 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8188 is #127E77. Grayscale: #A2A2A2. Windows color (decimal): -1212024 or 8946157. OLE color: 8946157.

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

Color convert

RGB 237 129 136 -
CMYK 0 0.46 0.43 0.07
HSL 356.11º 0.75% 0.72% -
HSV(B) 356.11º 0.46% 0.93% -
XYZ 47.22 35.48 27.65 -
YUV 162.09 113.28 181.43 -
System Red Green Blue C M Y K H S L
Decimal 237 129 136 0 0.46 0.43 0.07 356.11 0.75 0.72
Hex ED 81 88 0 2E 2B 7 164 4B 48
Octal 355 201 210 0 56 53 7 544 113 110
Binary 11101101 10000001 10001000 0 101110 101011 111 101100100 1001011 1001000

Color Harmonies of #ED8188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8188

Black with #ED8188

Text Example


Text Example

White with #ED8188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8188; }

 p { color: rgb(237,129,136); }

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

background-color css

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

 a { background-color: rgb(237,129,136); }

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

border-color css

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

 span { border-color: rgb(237,129,136); }

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