Html Css Color HEX #ED8697 Carissma

📋 copy color: '#ED8697'

red 237 ◦ green 134 ◦ blue 151

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

Shades of Carissma #ED8697

Tints of Carissma #ED8697

RGB

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

 GREEN value IS 134 (52.73% from 255) = 25.67%

 BLUE value IS 151 (59.38% from 255) = 28.93%

R = 45.4%
G = 25.67%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#ED8697 (or 0xED8697) is known color: Carissma. HEX triplet: ED, 86 and 97. RGB value is (237,134,151). Sum of RGB (Red+Green+Blue) = 237+134+151=522 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.40% from 522); Green value is 134 (52.73% from 255 or 25.67% from 522); Blue value is 151 (59.38% from 255 or 28.93% from 522); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8697 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8697 is #127968. Grayscale: #A6A6A6. Windows color (decimal): -1210729 or 9930477. OLE color: 9930477.

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

Color convert

RGB 237 134 151 -
CMYK 0 0.43 0.36 0.07
HSL 350.1º 0.74% 0.73% -
HSV(B) 350.1º 0.43% 0.93% -
XYZ 49.04 37.29 33.89 -
YUV 166.74 119.12 178.12 -
System Red Green Blue C M Y K H S L
Decimal 237 134 151 0 0.43 0.36 0.07 350.1 0.74 0.73
Hex ED 86 97 0 2B 24 7 15E 4A 49
Octal 355 206 227 0 53 44 7 536 112 111
Binary 11101101 10000110 10010111 0 101011 100100 111 101011110 1001010 1001001

Color Harmonies of #ED8697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8697

Black with #ED8697

Text Example


Text Example

White with #ED8697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8697; }

 p { color: rgb(237,134,151); }

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

background-color css

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

 a { background-color: rgb(237,134,151); }

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

border-color css

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

 span { border-color: rgb(237,134,151); }

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