Html Css Color HEX #ED859D Carissma

📋 copy color: '#ED859D'

red 237 ◦ green 133 ◦ blue 157

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

Shades of Carissma #ED859D

Tints of Carissma #ED859D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 29.79%

R = 44.97%
G = 25.24%
B = 29.79%

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

#ED859D (or 0xED859D) is known color: Carissma. HEX triplet: ED, 85 and 9D. RGB value is (237,133,157). Sum of RGB (Red+Green+Blue) = 237+133+157=527 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.97% from 527); Green value is 133 (52.34% from 255 or 25.24% from 527); Blue value is 157 (61.72% from 255 or 29.79% from 527); Max value from RGB is 237 - color contains mainly: red. Hex color #ED859D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED859D is #127A62. Grayscale: #A6A6A6. Windows color (decimal): -1210979 or 10323437. OLE color: 10323437.

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

Color convert

RGB 237 133 157 -
CMYK 0 0.44 0.34 0.07
HSL 346.15º 0.74% 0.73% -
HSV(B) 346.15º 0.44% 0.93% -
XYZ 49.4 37.21 36.48 -
YUV 166.83 122.46 178.05 -
System Red Green Blue C M Y K H S L
Decimal 237 133 157 0 0.44 0.34 0.07 346.15 0.74 0.73
Hex ED 85 9D 0 2C 22 7 15A 4A 49
Octal 355 205 235 0 54 42 7 532 112 111
Binary 11101101 10000101 10011101 0 101100 100010 111 101011010 1001010 1001001

Color Harmonies of #ED859D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED859D

Black with #ED859D

Text Example


Text Example

White with #ED859D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED859D; }

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

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

background-color css

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

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

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

border-color css

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

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

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