Html Css Color HEX #EF7696 Carissma

📋 copy color: '#EF7696'

red 239 ◦ green 118 ◦ blue 150

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

Shades of Carissma #EF7696

Tints of Carissma #EF7696

RGB

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

 GREEN value IS 118 (46.48% from 255) = 23.27%

 BLUE value IS 150 (58.98% from 255) = 29.59%

R = 47.14%
G = 23.27%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#EF7696 (or 0xEF7696) is known color: Carissma. HEX triplet: EF, 76 and 96. RGB value is (239,118,150). Sum of RGB (Red+Green+Blue) = 239+118+150=507 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.14% from 507); Green value is 118 (46.48% from 255 or 23.27% from 507); Blue value is 150 (58.98% from 255 or 29.59% from 507); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7696 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF7696 is #108969. Grayscale: #9D9D9D. Windows color (decimal): -1083754 or 9860847. OLE color: 9860847.

HSL color Cylindrical-coordinate representation of color #EF7696: hue angle of 344.13º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EF7696 is Cyan = 0, Magento = 0.51, Yellow = 0.37 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 118 150 -
CMYK 0 0.51 0.37 0.06
HSL 344.13º 0.79% 0.7% -
HSV(B) 344.13º 0.51% 0.94% -
XYZ 47.58 33.51 32.81 -
YUV 157.83 123.59 185.9 -
System Red Green Blue C M Y K H S L
Decimal 239 118 150 0 0.51 0.37 0.06 344.13 0.79 0.7
Hex EF 76 96 0 33 25 6 158 4F 46
Octal 357 166 226 0 63 45 6 530 117 106
Binary 11101111 1110110 10010110 0 110011 100101 110 101011000 1001111 1000110

Color Harmonies of #EF7696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7696

Black with #EF7696

Text Example


Text Example

White with #EF7696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7696; }

 p { color: rgb(239,118,150); }

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

background-color css

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

 a { background-color: rgb(239,118,150); }

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

border-color css

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

 span { border-color: rgb(239,118,150); }

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