Html Css Color HEX #ED859E Carissma

📋 copy color: '#ED859E'

red 237 ◦ green 133 ◦ blue 158

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

Shades of Carissma #ED859E

Tints of Carissma #ED859E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 29.92%

R = 44.89%
G = 25.19%
B = 29.92%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#ED859E (or 0xED859E) is known color: Carissma. HEX triplet: ED, 85 and 9E. RGB value is (237,133,158). Sum of RGB (Red+Green+Blue) = 237+133+158=528 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.89% from 528); Green value is 133 (52.34% from 255 or 25.19% from 528); Blue value is 158 (62.11% from 255 or 29.92% from 528); Max value from RGB is 237 - color contains mainly: red. Hex color #ED859E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED859E is #127A61. Grayscale: #A6A6A6. Windows color (decimal): -1210978 or 10388973. OLE color: 10388973.

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

Color convert

RGB 237 133 158 -
CMYK 0 0.44 0.33 0.07
HSL 345.58º 0.74% 0.73% -
HSV(B) 345.58º 0.44% 0.93% -
XYZ 49.48 37.25 36.93 -
YUV 166.95 122.96 177.97 -
System Red Green Blue C M Y K H S L
Decimal 237 133 158 0 0.44 0.33 0.07 345.58 0.74 0.73
Hex ED 85 9E 0 2C 21 7 15A 4A 49
Octal 355 205 236 0 54 41 7 532 112 111
Binary 11101101 10000101 10011110 0 101100 100001 111 101011010 1001010 1001001

Color Harmonies of #ED859E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED859E

Black with #ED859E

Text Example


Text Example

White with #ED859E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED859E; }

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

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

background-color css

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

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

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

border-color css

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

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

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