Html Css Color HEX #ED859C Carissma

📋 copy color: '#ED859C'

red 237 ◦ green 133 ◦ blue 156

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

Shades of Carissma #ED859C

Tints of Carissma #ED859C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 25.29%

 BLUE value IS 156 (61.33% from 255) = 29.66%

R = 45.06%
G = 25.29%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#ED859C (or 0xED859C) is known color: Carissma. HEX triplet: ED, 85 and 9C. RGB value is (237,133,156). Sum of RGB (Red+Green+Blue) = 237+133+156=526 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.06% from 526); Green value is 133 (52.34% from 255 or 25.29% from 526); Blue value is 156 (61.33% from 255 or 29.66% from 526); Max value from RGB is 237 - color contains mainly: red. Hex color #ED859C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED859C is #127A63. Grayscale: #A6A6A6. Windows color (decimal): -1210980 or 10257901. OLE color: 10257901.

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

Color convert

RGB 237 133 156 -
CMYK 0 0.44 0.34 0.07
HSL 346.73º 0.74% 0.73% -
HSV(B) 346.73º 0.44% 0.93% -
XYZ 49.31 37.18 36.03 -
YUV 166.72 121.96 178.13 -
System Red Green Blue C M Y K H S L
Decimal 237 133 156 0 0.44 0.34 0.07 346.73 0.74 0.73
Hex ED 85 9C 0 2C 22 7 15B 4A 49
Octal 355 205 234 0 54 42 7 533 112 111
Binary 11101101 10000101 10011100 0 101100 100010 111 101011011 1001010 1001001

Color Harmonies of #ED859C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED859C

Black with #ED859C

Text Example


Text Example

White with #ED859C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED859C; }

 p { color: rgb(237,133,156); }

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

background-color css

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

 a { background-color: rgb(237,133,156); }

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

border-color css

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

 span { border-color: rgb(237,133,156); }

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