Html Css Color HEX #EF788F Carissma

📋 copy color: '#EF788F'

red 239 ◦ green 120 ◦ blue 143

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

Shades of Carissma #EF788F

Tints of Carissma #EF788F

RGB

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

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

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

R = 47.61%
G = 23.9%
B = 28.49%

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

#EF788F (or 0xEF788F) is known color: Carissma. HEX triplet: EF, 78 and 8F. RGB value is (239,120,143). Sum of RGB (Red+Green+Blue) = 239+120+143=502 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.61% from 502); Green value is 120 (47.27% from 255 or 23.90% from 502); Blue value is 143 (56.25% from 255 or 28.49% from 502); Max value from RGB is 239 - color contains mainly: red. Hex color #EF788F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF788F is #108770. Grayscale: #9E9E9E. Windows color (decimal): -1083249 or 9402607. OLE color: 9402607.

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

Color convert

RGB 239 120 143 -
CMYK 0 0.50 0.40 0.06
HSL 348.4º 0.79% 0.7% -
HSV(B) 348.4º 0.5% 0.94% -
XYZ 47.27 33.77 30.01 -
YUV 158.2 119.42 185.63 -
System Red Green Blue C M Y K H S L
Decimal 239 120 143 0 0.50 0.40 0.06 348.4 0.79 0.7
Hex EF 78 8F 0 32 28 6 15C 4F 46
Octal 357 170 217 0 62 50 6 534 117 106
Binary 11101111 1111000 10001111 0 110010 101000 110 101011100 1001111 1000110

Color Harmonies of #EF788F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF788F

Black with #EF788F

Text Example


Text Example

White with #EF788F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF788F; }

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

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

background-color css

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

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

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

border-color css

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

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

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