Html Css Color HEX #ED8197 Carissma

📋 copy color: '#ED8197'

red 237 ◦ green 129 ◦ blue 151

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

Shades of Carissma #ED8197

Tints of Carissma #ED8197

RGB

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

 GREEN value IS 129 (50.78% from 255) = 24.95%

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

R = 45.84%
G = 24.95%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#ED8197 (or 0xED8197) is known color: Carissma. HEX triplet: ED, 81 and 97. RGB value is (237,129,151). Sum of RGB (Red+Green+Blue) = 237+129+151=517 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.84% from 517); Green value is 129 (50.78% from 255 or 24.95% from 517); Blue value is 151 (59.38% from 255 or 29.21% from 517); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8197 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8197 is #127E68. Grayscale: #A3A3A3. Windows color (decimal): -1212009 or 9929197. OLE color: 9929197.

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

Color convert

RGB 237 129 151 -
CMYK 0 0.46 0.36 0.07
HSL 347.78º 0.75% 0.72% -
HSV(B) 347.78º 0.46% 0.93% -
XYZ 48.36 35.94 33.67 -
YUV 163.8 120.78 180.21 -
System Red Green Blue C M Y K H S L
Decimal 237 129 151 0 0.46 0.36 0.07 347.78 0.75 0.72
Hex ED 81 97 0 2E 24 7 15C 4B 48
Octal 355 201 227 0 56 44 7 534 113 110
Binary 11101101 10000001 10010111 0 101110 100100 111 101011100 1001011 1001000

Color Harmonies of #ED8197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8197

Black with #ED8197

Text Example


Text Example

White with #ED8197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8197; }

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

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

background-color css

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

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

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

border-color css

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

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

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