Html Css Color HEX #ED809C Carissma

📋 copy color: '#ED809C'

red 237 ◦ green 128 ◦ blue 156

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

Shades of Carissma #ED809C

Tints of Carissma #ED809C

RGB

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

 GREEN value IS 128 (50.39% from 255) = 24.57%

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

R = 45.49%
G = 24.57%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#ED809C (or 0xED809C) is known color: Carissma. HEX triplet: ED, 80 and 9C. RGB value is (237,128,156). Sum of RGB (Red+Green+Blue) = 237+128+156=521 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.49% from 521); Green value is 128 (50.39% from 255 or 24.57% from 521); Blue value is 156 (61.33% from 255 or 29.94% from 521); Max value from RGB is 237 - color contains mainly: red. Hex color #ED809C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED809C is #127F63. Grayscale: #A3A3A3. Windows color (decimal): -1212260 or 10256621. OLE color: 10256621.

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

Color convert

RGB 237 128 156 -
CMYK 0 0.46 0.34 0.07
HSL 344.59º 0.75% 0.72% -
HSV(B) 344.59º 0.46% 0.93% -
XYZ 48.64 35.84 35.81 -
YUV 163.78 123.61 180.22 -
System Red Green Blue C M Y K H S L
Decimal 237 128 156 0 0.46 0.34 0.07 344.59 0.75 0.72
Hex ED 80 9C 0 2E 22 7 159 4B 48
Octal 355 200 234 0 56 42 7 531 113 110
Binary 11101101 10000000 10011100 0 101110 100010 111 101011001 1001011 1001000

Color Harmonies of #ED809C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED809C

Black with #ED809C

Text Example


Text Example

White with #ED809C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED809C; }

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

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

background-color css

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

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

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

border-color css

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

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

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