Html Css Color HEX #ED788C Carissma

📋 copy color: '#ED788C'

red 237 ◦ green 120 ◦ blue 140

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

Shades of Carissma #ED788C

Tints of Carissma #ED788C

RGB

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

 GREEN value IS 120 (47.27% from 255) = 24.14%

 BLUE value IS 140 (55.08% from 255) = 28.17%

R = 47.69%
G = 24.14%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#ED788C (or 0xED788C) is known color: Carissma. HEX triplet: ED, 78 and 8C. RGB value is (237,120,140). Sum of RGB (Red+Green+Blue) = 237+120+140=497 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.69% from 497); Green value is 120 (47.27% from 255 or 24.14% from 497); Blue value is 140 (55.08% from 255 or 28.17% from 497); Max value from RGB is 237 - color contains mainly: red. Hex color #ED788C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED788C is #128773. Grayscale: #9D9D9D. Windows color (decimal): -1214324 or 9205997. OLE color: 9205997.

HSL color Cylindrical-coordinate representation of color #ED788C: hue angle of 349.74º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ED788C is Cyan = 0, Magento = 0.49, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 120 140 -
CMYK 0 0.49 0.41 0.07
HSL 349.74º 0.76% 0.7% -
HSV(B) 349.74º 0.49% 0.93% -
XYZ 46.38 33.33 28.8 -
YUV 157.26 118.26 184.87 -
System Red Green Blue C M Y K H S L
Decimal 237 120 140 0 0.49 0.41 0.07 349.74 0.76 0.7
Hex ED 78 8C 0 31 29 7 15E 4C 46
Octal 355 170 214 0 61 51 7 536 114 106
Binary 11101101 1111000 10001100 0 110001 101001 111 101011110 1001100 1000110

Color Harmonies of #ED788C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED788C

Black with #ED788C

Text Example


Text Example

White with #ED788C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED788C; }

 p { color: rgb(237,120,140); }

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

background-color css

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

 a { background-color: rgb(237,120,140); }

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

border-color css

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

 span { border-color: rgb(237,120,140); }

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