Html Css Color HEX #ED859A Carissma

📋 copy color: '#ED859A'

red 237 ◦ green 133 ◦ blue 154

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

Shades of Carissma #ED859A

Tints of Carissma #ED859A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 29.39%

R = 45.23%
G = 25.38%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#ED859A (or 0xED859A) is known color: Carissma. HEX triplet: ED, 85 and 9A. RGB value is (237,133,154). Sum of RGB (Red+Green+Blue) = 237+133+154=524 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.23% from 524); Green value is 133 (52.34% from 255 or 25.38% from 524); Blue value is 154 (60.55% from 255 or 29.39% from 524); Max value from RGB is 237 - color contains mainly: red. Hex color #ED859A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED859A is #127A65. Grayscale: #A6A6A6. Windows color (decimal): -1210982 or 10126829. OLE color: 10126829.

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

Color convert

RGB 237 133 154 -
CMYK 0 0.44 0.35 0.07
HSL 347.88º 0.74% 0.73% -
HSV(B) 347.88º 0.44% 0.93% -
XYZ 49.15 37.11 35.15 -
YUV 166.49 120.96 178.29 -
System Red Green Blue C M Y K H S L
Decimal 237 133 154 0 0.44 0.35 0.07 347.88 0.74 0.73
Hex ED 85 9A 0 2C 23 7 15C 4A 49
Octal 355 205 232 0 54 43 7 534 112 111
Binary 11101101 10000101 10011010 0 101100 100011 111 101011100 1001010 1001001

Color Harmonies of #ED859A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED859A

Black with #ED859A

Text Example


Text Example

White with #ED859A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED859A; }

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

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

background-color css

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

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

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

border-color css

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

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

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