Html Css Color HEX #ED8396 Carissma

📋 copy color: '#ED8396'

red 237 ◦ green 131 ◦ blue 150

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

Shades of Carissma #ED8396

Tints of Carissma #ED8396

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 28.96%

R = 45.75%
G = 25.29%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#ED8396 (or 0xED8396) is known color: Carissma. HEX triplet: ED, 83 and 96. RGB value is (237,131,150). Sum of RGB (Red+Green+Blue) = 237+131+150=518 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.75% from 518); Green value is 131 (51.56% from 255 or 25.29% from 518); Blue value is 150 (58.98% from 255 or 28.96% from 518); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8396 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8396 is #127C69. Grayscale: #A4A4A4. Windows color (decimal): -1211498 or 9864173. OLE color: 9864173.

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

Color convert

RGB 237 131 150 -
CMYK 0 0.45 0.37 0.07
HSL 349.25º 0.75% 0.72% -
HSV(B) 349.25º 0.45% 0.93% -
XYZ 48.55 36.44 33.33 -
YUV 164.86 119.62 179.46 -
System Red Green Blue C M Y K H S L
Decimal 237 131 150 0 0.45 0.37 0.07 349.25 0.75 0.72
Hex ED 83 96 0 2D 25 7 15D 4B 48
Octal 355 203 226 0 55 45 7 535 113 110
Binary 11101101 10000011 10010110 0 101101 100101 111 101011101 1001011 1001000

Color Harmonies of #ED8396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8396

Black with #ED8396

Text Example


Text Example

White with #ED8396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8396; }

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

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

background-color css

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

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

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

border-color css

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

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

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