Html Css Color HEX #ED858A Carissma

📋 copy color: '#ED858A'

red 237 ◦ green 133 ◦ blue 138

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

Shades of Carissma #ED858A

Tints of Carissma #ED858A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 27.17%

R = 46.65%
G = 26.18%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#ED858A (or 0xED858A) is known color: Carissma. HEX triplet: ED, 85 and 8A. RGB value is (237,133,138). Sum of RGB (Red+Green+Blue) = 237+133+138=508 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.65% from 508); Green value is 133 (52.34% from 255 or 26.18% from 508); Blue value is 138 (54.30% from 255 or 27.17% from 508); Max value from RGB is 237 - color contains mainly: red. Hex color #ED858A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED858A is #127A75. Grayscale: #A4A4A4. Windows color (decimal): -1210998 or 9078253. OLE color: 9078253.

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

Color convert

RGB 237 133 138 -
CMYK 0 0.44 0.42 0.07
HSL 357.12º 0.74% 0.73% -
HSV(B) 357.12º 0.44% 0.93% -
XYZ 47.9 36.61 28.59 -
YUV 164.67 112.96 179.59 -
System Red Green Blue C M Y K H S L
Decimal 237 133 138 0 0.44 0.42 0.07 357.12 0.74 0.73
Hex ED 85 8A 0 2C 2A 7 165 4A 49
Octal 355 205 212 0 54 52 7 545 112 111
Binary 11101101 10000101 10001010 0 101100 101010 111 101100101 1001010 1001001

Color Harmonies of #ED858A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED858A

Black with #ED858A

Text Example


Text Example

White with #ED858A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED858A; }

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

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

background-color css

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

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

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

border-color css

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

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

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