Html Css Color HEX #EF7796 Carissma

📋 copy color: '#EF7796'

red 239 ◦ green 119 ◦ blue 150

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

Shades of Carissma #EF7796

Tints of Carissma #EF7796

RGB

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

 GREEN value IS 119 (46.88% from 255) = 23.43%

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

R = 47.05%
G = 23.43%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#EF7796 (or 0xEF7796) is known color: Carissma. HEX triplet: EF, 77 and 96. RGB value is (239,119,150). Sum of RGB (Red+Green+Blue) = 239+119+150=508 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.05% from 508); Green value is 119 (46.88% from 255 or 23.43% from 508); Blue value is 150 (58.98% from 255 or 29.53% from 508); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7796 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF7796 is #108869. Grayscale: #9E9E9E. Windows color (decimal): -1083498 or 9861103. OLE color: 9861103.

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

Color convert

RGB 239 119 150 -
CMYK 0 0.50 0.37 0.06
HSL 344.5º 0.79% 0.7% -
HSV(B) 344.5º 0.5% 0.94% -
XYZ 47.7 33.75 32.85 -
YUV 158.41 123.26 185.48 -
System Red Green Blue C M Y K H S L
Decimal 239 119 150 0 0.50 0.37 0.06 344.5 0.79 0.7
Hex EF 77 96 0 32 25 6 158 4F 46
Octal 357 167 226 0 62 45 6 530 117 106
Binary 11101111 1110111 10010110 0 110010 100101 110 101011000 1001111 1000110

Color Harmonies of #EF7796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7796

Black with #EF7796

Text Example


Text Example

White with #EF7796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7796; }

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

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

background-color css

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

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

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

border-color css

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

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

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