Html Css Color HEX #EF788D Carissma

📋 copy color: '#EF788D'

red 239 ◦ green 120 ◦ blue 141

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

Shades of Carissma #EF788D

Tints of Carissma #EF788D

RGB

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

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

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

R = 47.8%
G = 24%
B = 28.2%

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

#EF788D (or 0xEF788D) is known color: Carissma. HEX triplet: EF, 78 and 8D. RGB value is (239,120,141). Sum of RGB (Red+Green+Blue) = 239+120+141=500 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.8% from 500); Green value is 120 (47.27% from 255 or 24% from 500); Blue value is 141 (55.47% from 255 or 28.2% from 500); Max value from RGB is 239 - color contains mainly: red. Hex color #EF788D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF788D is #108772. Grayscale: #9E9E9E. Windows color (decimal): -1083251 or 9271535. OLE color: 9271535.

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

Color convert

RGB 239 120 141 -
CMYK 0 0.50 0.41 0.06
HSL 349.41º 0.79% 0.7% -
HSV(B) 349.41º 0.5% 0.94% -
XYZ 47.12 33.71 29.22 -
YUV 157.98 118.42 185.79 -
System Red Green Blue C M Y K H S L
Decimal 239 120 141 0 0.50 0.41 0.06 349.41 0.79 0.7
Hex EF 78 8D 0 32 29 6 15D 4F 46
Octal 357 170 215 0 62 51 6 535 117 106
Binary 11101111 1111000 10001101 0 110010 101001 110 101011101 1001111 1000110

Color Harmonies of #EF788D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF788D

Black with #EF788D

Text Example


Text Example

White with #EF788D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF788D; }

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

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

background-color css

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

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

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

border-color css

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

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

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