Html Css Color HEX #ED8288 Carissma

📋 copy color: '#ED8288'

red 237 ◦ green 130 ◦ blue 136

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

Shades of Carissma #ED8288

Tints of Carissma #ED8288

RGB

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

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

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

R = 47.12%
G = 25.84%
B = 27.04%

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

#ED8288 (or 0xED8288) is known color: Carissma. HEX triplet: ED, 82 and 88. RGB value is (237,130,136). Sum of RGB (Red+Green+Blue) = 237+130+136=503 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.12% from 503); Green value is 130 (51.17% from 255 or 25.84% from 503); Blue value is 136 (53.52% from 255 or 27.04% from 503); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8288 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8288 is #127D77. Grayscale: #A2A2A2. Windows color (decimal): -1211768 or 8946413. OLE color: 8946413.

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

Color convert

RGB 237 130 136 -
CMYK 0 0.45 0.43 0.07
HSL 356.64º 0.75% 0.72% -
HSV(B) 356.64º 0.45% 0.93% -
XYZ 47.35 35.75 27.7 -
YUV 162.68 112.95 181.01 -
System Red Green Blue C M Y K H S L
Decimal 237 130 136 0 0.45 0.43 0.07 356.64 0.75 0.72
Hex ED 82 88 0 2D 2B 7 165 4B 48
Octal 355 202 210 0 55 53 7 545 113 110
Binary 11101101 10000010 10001000 0 101101 101011 111 101100101 1001011 1001000

Color Harmonies of #ED8288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8288

Black with #ED8288

Text Example


Text Example

White with #ED8288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8288; }

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

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

background-color css

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

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

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

border-color css

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

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

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