Html Css Color HEX #EF778F Carissma

📋 copy color: '#EF778F'

red 239 ◦ green 119 ◦ blue 143

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

Shades of Carissma #EF778F

Tints of Carissma #EF778F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 23.75%

 BLUE value IS 143 (56.25% from 255) = 28.54%

R = 47.7%
G = 23.75%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#EF778F (or 0xEF778F) is known color: Carissma. HEX triplet: EF, 77 and 8F. RGB value is (239,119,143). Sum of RGB (Red+Green+Blue) = 239+119+143=501 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.70% from 501); Green value is 119 (46.88% from 255 or 23.75% from 501); Blue value is 143 (56.25% from 255 or 28.54% from 501); Max value from RGB is 239 - color contains mainly: red. Hex color #EF778F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF778F is #108870. Grayscale: #9D9D9D. Windows color (decimal): -1083505 or 9402351. OLE color: 9402351.

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

Color convert

RGB 239 119 143 -
CMYK 0 0.50 0.40 0.06
HSL 348º 0.79% 0.7% -
HSV(B) 348º 0.5% 0.94% -
XYZ 47.15 33.53 29.97 -
YUV 157.62 119.76 186.05 -
System Red Green Blue C M Y K H S L
Decimal 239 119 143 0 0.50 0.40 0.06 348 0.79 0.7
Hex EF 77 8F 0 32 28 6 15C 4F 46
Octal 357 167 217 0 62 50 6 534 117 106
Binary 11101111 1110111 10001111 0 110010 101000 110 101011100 1001111 1000110

Color Harmonies of #EF778F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF778F

Black with #EF778F

Text Example


Text Example

White with #EF778F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF778F; }

 p { color: rgb(239,119,143); }

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

background-color css

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

 a { background-color: rgb(239,119,143); }

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

border-color css

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

 span { border-color: rgb(239,119,143); }

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