Html Css Color HEX #ED8488 Carissma

📋 copy color: '#ED8488'

red 237 ◦ green 132 ◦ blue 136

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

Shades of Carissma #ED8488

Tints of Carissma #ED8488

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.14%

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

R = 46.93%
G = 26.14%
B = 26.93%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#ED8488 (or 0xED8488) is known color: Carissma. HEX triplet: ED, 84 and 88. RGB value is (237,132,136). Sum of RGB (Red+Green+Blue) = 237+132+136=505 (66% of max value = 765). Red value is 237 (92.97% from 255 or 46.93% from 505); Green value is 132 (51.95% from 255 or 26.14% from 505); Blue value is 136 (53.52% from 255 or 26.93% from 505); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8488 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8488 is #127B77. Grayscale: #A3A3A3. Windows color (decimal): -1211256 or 8946925. OLE color: 8946925.

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

Color convert

RGB 237 132 136 -
CMYK 0 0.44 0.43 0.07
HSL 357.71º 0.74% 0.72% -
HSV(B) 357.71º 0.44% 0.93% -
XYZ 47.62 36.28 27.79 -
YUV 163.85 112.29 180.17 -
System Red Green Blue C M Y K H S L
Decimal 237 132 136 0 0.44 0.43 0.07 357.71 0.74 0.72
Hex ED 84 88 0 2C 2B 7 166 4A 48
Octal 355 204 210 0 54 53 7 546 112 110
Binary 11101101 10000100 10001000 0 101100 101011 111 101100110 1001010 1001000

Color Harmonies of #ED8488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8488

Black with #ED8488

Text Example


Text Example

White with #ED8488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8488; }

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

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

background-color css

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

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

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

border-color css

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

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

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