Html Css Color HEX #ED8287 Carissma

📋 copy color: '#ED8287'

red 237 ◦ green 130 ◦ blue 135

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

Shades of Carissma #ED8287

Tints of Carissma #ED8287

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 26.89%

R = 47.21%
G = 25.9%
B = 26.89%

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

#ED8287 (or 0xED8287) is known color: Carissma. HEX triplet: ED, 82 and 87. RGB value is (237,130,135). Sum of RGB (Red+Green+Blue) = 237+130+135=502 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.21% from 502); Green value is 130 (51.17% from 255 or 25.90% from 502); Blue value is 135 (53.12% from 255 or 26.89% from 502); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8287 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8287 is #127D78. Grayscale: #A2A2A2. Windows color (decimal): -1211769 or 8880877. OLE color: 8880877.

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

Color convert

RGB 237 130 135 -
CMYK 0 0.45 0.43 0.07
HSL 357.2º 0.75% 0.72% -
HSV(B) 357.2º 0.45% 0.93% -
XYZ 47.28 35.72 27.32 -
YUV 162.56 112.45 181.09 -
System Red Green Blue C M Y K H S L
Decimal 237 130 135 0 0.45 0.43 0.07 357.2 0.75 0.72
Hex ED 82 87 0 2D 2B 7 165 4B 48
Octal 355 202 207 0 55 53 7 545 113 110
Binary 11101101 10000010 10000111 0 101101 101011 111 101100101 1001011 1001000

Color Harmonies of #ED8287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8287

Black with #ED8287

Text Example


Text Example

White with #ED8287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8287; }

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

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

background-color css

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

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

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

border-color css

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

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

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