Html Css Color HEX #ED788E Carissma

📋 copy color: '#ED788E'

red 237 ◦ green 120 ◦ blue 142

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

Shades of Carissma #ED788E

Tints of Carissma #ED788E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 28.46%

R = 47.49%
G = 24.05%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#ED788E (or 0xED788E) is known color: Carissma. HEX triplet: ED, 78 and 8E. RGB value is (237,120,142). Sum of RGB (Red+Green+Blue) = 237+120+142=499 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.49% from 499); Green value is 120 (47.27% from 255 or 24.05% from 499); Blue value is 142 (55.86% from 255 or 28.46% from 499); Max value from RGB is 237 - color contains mainly: red. Hex color #ED788E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED788E is #128771. Grayscale: #9D9D9D. Windows color (decimal): -1214322 or 9337069. OLE color: 9337069.

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

Color convert

RGB 237 120 142 -
CMYK 0 0.49 0.40 0.07
HSL 348.72º 0.76% 0.7% -
HSV(B) 348.72º 0.49% 0.93% -
XYZ 46.52 33.39 29.58 -
YUV 157.49 119.26 184.71 -
System Red Green Blue C M Y K H S L
Decimal 237 120 142 0 0.49 0.40 0.07 348.72 0.76 0.7
Hex ED 78 8E 0 31 28 7 15D 4C 46
Octal 355 170 216 0 61 50 7 535 114 106
Binary 11101101 1111000 10001110 0 110001 101000 111 101011101 1001100 1000110

Color Harmonies of #ED788E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED788E

Black with #ED788E

Text Example


Text Example

White with #ED788E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED788E; }

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

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

background-color css

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

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

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

border-color css

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

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

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