Html Css Color HEX #EF778D Carissma

📋 copy color: '#EF778D'

red 239 ◦ green 119 ◦ blue 141

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

Shades of Carissma #EF778D

Tints of Carissma #EF778D

RGB

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

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

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

R = 47.9%
G = 23.85%
B = 28.26%

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

#EF778D (or 0xEF778D) is known color: Carissma. HEX triplet: EF, 77 and 8D. RGB value is (239,119,141). Sum of RGB (Red+Green+Blue) = 239+119+141=499 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.90% from 499); Green value is 119 (46.88% from 255 or 23.85% from 499); Blue value is 141 (55.47% from 255 or 28.26% from 499); Max value from RGB is 239 - color contains mainly: red. Hex color #EF778D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF778D is #108872. Grayscale: #9D9D9D. Windows color (decimal): -1083507 or 9271279. OLE color: 9271279.

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

Color convert

RGB 239 119 141 -
CMYK 0 0.50 0.41 0.06
HSL 349º 0.79% 0.7% -
HSV(B) 349º 0.5% 0.94% -
XYZ 47 33.47 29.18 -
YUV 157.39 118.76 186.21 -
System Red Green Blue C M Y K H S L
Decimal 239 119 141 0 0.50 0.41 0.06 349 0.79 0.7
Hex EF 77 8D 0 32 29 6 15D 4F 46
Octal 357 167 215 0 62 51 6 535 117 106
Binary 11101111 1110111 10001101 0 110010 101001 110 101011101 1001111 1000110

Color Harmonies of #EF778D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF778D

Black with #EF778D

Text Example


Text Example

White with #EF778D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF778D; }

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

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

background-color css

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

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

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

border-color css

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

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

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