Html Css Color HEX #ED8388 Carissma

📋 copy color: '#ED8388'

red 237 ◦ green 131 ◦ blue 136

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

Shades of Carissma #ED8388

Tints of Carissma #ED8388

RGB

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

 GREEN value IS 131 (51.56% from 255) = 25.99%

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

R = 47.02%
G = 25.99%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#ED8388 (or 0xED8388) is known color: Carissma. HEX triplet: ED, 83 and 88. RGB value is (237,131,136). Sum of RGB (Red+Green+Blue) = 237+131+136=504 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.02% from 504); Green value is 131 (51.56% from 255 or 25.99% from 504); Blue value is 136 (53.52% from 255 or 26.98% from 504); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8388 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8388 is #127C77. Grayscale: #A3A3A3. Windows color (decimal): -1211512 or 8946669. OLE color: 8946669.

HSL color Cylindrical-coordinate representation of color #ED8388: hue angle of 357.17º 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 #ED8388 is Cyan = 0, Magento = 0.45, Yellow = 0.43 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 131 136 -
CMYK 0 0.45 0.43 0.07
HSL 357.17º 0.75% 0.72% -
HSV(B) 357.17º 0.45% 0.93% -
XYZ 47.49 36.01 27.74 -
YUV 163.26 112.62 180.59 -
System Red Green Blue C M Y K H S L
Decimal 237 131 136 0 0.45 0.43 0.07 357.17 0.75 0.72
Hex ED 83 88 0 2D 2B 7 165 4B 48
Octal 355 203 210 0 55 53 7 545 113 110
Binary 11101101 10000011 10001000 0 101101 101011 111 101100101 1001011 1001000

Color Harmonies of #ED8388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8388

Black with #ED8388

Text Example


Text Example

White with #ED8388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8388; }

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

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

background-color css

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

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

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

border-color css

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

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

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