Html Css Color HEX #ED8397 Carissma

📋 copy color: '#ED8397'

red 237 ◦ green 131 ◦ blue 151

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

Shades of Carissma #ED8397

Tints of Carissma #ED8397

RGB

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

 GREEN value IS 131 (51.56% from 255) = 25.24%

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

R = 45.66%
G = 25.24%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#ED8397 (or 0xED8397) is known color: Carissma. HEX triplet: ED, 83 and 97. RGB value is (237,131,151). Sum of RGB (Red+Green+Blue) = 237+131+151=519 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.66% from 519); Green value is 131 (51.56% from 255 or 25.24% from 519); Blue value is 151 (59.38% from 255 or 29.09% from 519); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8397 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8397 is #127C68. Grayscale: #A5A5A5. Windows color (decimal): -1211497 or 9929709. OLE color: 9929709.

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

Color convert

RGB 237 131 151 -
CMYK 0 0.45 0.36 0.07
HSL 348.68º 0.75% 0.72% -
HSV(B) 348.68º 0.45% 0.93% -
XYZ 48.63 36.47 33.75 -
YUV 164.97 120.12 179.37 -
System Red Green Blue C M Y K H S L
Decimal 237 131 151 0 0.45 0.36 0.07 348.68 0.75 0.72
Hex ED 83 97 0 2D 24 7 15D 4B 48
Octal 355 203 227 0 55 44 7 535 113 110
Binary 11101101 10000011 10010111 0 101101 100100 111 101011101 1001011 1001000

Color Harmonies of #ED8397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8397

Black with #ED8397

Text Example


Text Example

White with #ED8397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8397; }

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

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

background-color css

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

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

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

border-color css

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

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

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