Html Css Color HEX #EF788C Carissma

📋 copy color: '#EF788C'

red 239 ◦ green 120 ◦ blue 140

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

Shades of Carissma #EF788C

Tints of Carissma #EF788C

RGB

 RED value IS 239 (93.75% from 255) = 47.9%

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

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

R = 47.9%
G = 24.05%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#EF788C (or 0xEF788C) is known color: Carissma. HEX triplet: EF, 78 and 8C. RGB value is (239,120,140). Sum of RGB (Red+Green+Blue) = 239+120+140=499 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.90% from 499); Green value is 120 (47.27% from 255 or 24.05% from 499); Blue value is 140 (55.08% from 255 or 28.06% from 499); Max value from RGB is 239 - color contains mainly: red. Hex color #EF788C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF788C is #108773. Grayscale: #9D9D9D. Windows color (decimal): -1083252 or 9205999. OLE color: 9205999.

HSL color Cylindrical-coordinate representation of color #EF788C: hue angle of 349.92º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EF788C is Cyan = 0, Magento = 0.50, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 120 140 -
CMYK 0 0.50 0.41 0.06
HSL 349.92º 0.79% 0.7% -
HSV(B) 349.92º 0.5% 0.94% -
XYZ 47.05 33.68 28.83 -
YUV 157.86 117.92 185.87 -
System Red Green Blue C M Y K H S L
Decimal 239 120 140 0 0.50 0.41 0.06 349.92 0.79 0.7
Hex EF 78 8C 0 32 29 6 15E 4F 46
Octal 357 170 214 0 62 51 6 536 117 106
Binary 11101111 1111000 10001100 0 110010 101001 110 101011110 1001111 1000110

Color Harmonies of #EF788C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF788C

Black with #EF788C

Text Example


Text Example

White with #EF788C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF788C; }

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

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

background-color css

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

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

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

border-color css

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

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

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