Html Css Color HEX #ED788D Carissma

📋 copy color: '#ED788D'

red 237 ◦ green 120 ◦ blue 141

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

Shades of Carissma #ED788D

Tints of Carissma #ED788D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 28.31%

R = 47.59%
G = 24.1%
B = 28.31%

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

#ED788D (or 0xED788D) is known color: Carissma. HEX triplet: ED, 78 and 8D. RGB value is (237,120,141). Sum of RGB (Red+Green+Blue) = 237+120+141=498 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.59% from 498); Green value is 120 (47.27% from 255 or 24.10% from 498); Blue value is 141 (55.47% from 255 or 28.31% from 498); Max value from RGB is 237 - color contains mainly: red. Hex color #ED788D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED788D is #128772. Grayscale: #9D9D9D. Windows color (decimal): -1214323 or 9271533. OLE color: 9271533.

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

Color convert

RGB 237 120 141 -
CMYK 0 0.49 0.41 0.07
HSL 349.23º 0.76% 0.7% -
HSV(B) 349.23º 0.49% 0.93% -
XYZ 46.45 33.36 29.19 -
YUV 157.38 118.76 184.79 -
System Red Green Blue C M Y K H S L
Decimal 237 120 141 0 0.49 0.41 0.07 349.23 0.76 0.7
Hex ED 78 8D 0 31 29 7 15D 4C 46
Octal 355 170 215 0 61 51 7 535 114 106
Binary 11101101 1111000 10001101 0 110001 101001 111 101011101 1001100 1000110

Color Harmonies of #ED788D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED788D

Black with #ED788D

Text Example


Text Example

White with #ED788D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED788D; }

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

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

background-color css

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

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

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

border-color css

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

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

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