Html Css Color HEX #EF788B Carissma

📋 copy color: '#EF788B'

red 239 ◦ green 120 ◦ blue 139

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

Shades of Carissma #EF788B

Tints of Carissma #EF788B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 27.91%

R = 47.99%
G = 24.1%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#EF788B (or 0xEF788B) is known color: Carissma. HEX triplet: EF, 78 and 8B. RGB value is (239,120,139). Sum of RGB (Red+Green+Blue) = 239+120+139=498 (65% of max value = 765). Red value is 239 (93.75% from 255 or 47.99% from 498); Green value is 120 (47.27% from 255 or 24.10% from 498); Blue value is 139 (54.69% from 255 or 27.91% from 498); Max value from RGB is 239 - color contains mainly: red. Hex color #EF788B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF788B is #108774. Grayscale: #9D9D9D. Windows color (decimal): -1083253 or 9140463. OLE color: 9140463.

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

Color convert

RGB 239 120 139 -
CMYK 0 0.50 0.42 0.06
HSL 350.42º 0.79% 0.7% -
HSV(B) 350.42º 0.5% 0.94% -
XYZ 46.97 33.65 28.45 -
YUV 157.75 117.42 185.96 -
System Red Green Blue C M Y K H S L
Decimal 239 120 139 0 0.50 0.42 0.06 350.42 0.79 0.7
Hex EF 78 8B 0 32 2A 6 15E 4F 46
Octal 357 170 213 0 62 52 6 536 117 106
Binary 11101111 1111000 10001011 0 110010 101010 110 101011110 1001111 1000110

Color Harmonies of #EF788B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF788B

Black with #EF788B

Text Example


Text Example

White with #EF788B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF788B; }

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

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

background-color css

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

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

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

border-color css

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

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

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