Html Css Color HEX #EF7496 Carissma

📋 copy color: '#EF7496'

red 239 ◦ green 116 ◦ blue 150

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

Shades of Carissma #EF7496

Tints of Carissma #EF7496

RGB

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

 GREEN value IS 116 (45.7% from 255) = 22.97%

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

R = 47.33%
G = 22.97%
B = 29.7%

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

#EF7496 (or 0xEF7496) is known color: Carissma. HEX triplet: EF, 74 and 96. RGB value is (239,116,150). Sum of RGB (Red+Green+Blue) = 239+116+150=505 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.33% from 505); Green value is 116 (45.70% from 255 or 22.97% from 505); Blue value is 150 (58.98% from 255 or 29.70% from 505); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7496 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF7496 is #108B69. Grayscale: #9C9C9C. Windows color (decimal): -1084266 or 9860335. OLE color: 9860335.

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

Color convert

RGB 239 116 150 -
CMYK 0 0.51 0.37 0.06
HSL 343.41º 0.79% 0.7% -
HSV(B) 343.41º 0.51% 0.94% -
XYZ 47.35 33.04 32.74 -
YUV 156.65 124.25 186.74 -
System Red Green Blue C M Y K H S L
Decimal 239 116 150 0 0.51 0.37 0.06 343.41 0.79 0.7
Hex EF 74 96 0 33 25 6 157 4F 46
Octal 357 164 226 0 63 45 6 527 117 106
Binary 11101111 1110100 10010110 0 110011 100101 110 101010111 1001111 1000110

Color Harmonies of #EF7496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7496

Black with #EF7496

Text Example


Text Example

White with #EF7496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7496; }

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

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

background-color css

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

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

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

border-color css

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

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

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