Html Css Color HEX #EF7792 Carissma

📋 copy color: '#EF7792'

red 239 ◦ green 119 ◦ blue 146

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

Shades of Carissma #EF7792

Tints of Carissma #EF7792

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 28.97%

R = 47.42%
G = 23.61%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#EF7792 (or 0xEF7792) is known color: Carissma. HEX triplet: EF, 77 and 92. RGB value is (239,119,146). Sum of RGB (Red+Green+Blue) = 239+119+146=504 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.42% from 504); Green value is 119 (46.88% from 255 or 23.61% from 504); Blue value is 146 (57.42% from 255 or 28.97% from 504); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7792 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF7792 is #10886D. Grayscale: #9D9D9D. Windows color (decimal): -1083502 or 9598959. OLE color: 9598959.

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

Color convert

RGB 239 119 146 -
CMYK 0 0.50 0.39 0.06
HSL 346.5º 0.79% 0.7% -
HSV(B) 346.5º 0.5% 0.94% -
XYZ 47.38 33.62 31.19 -
YUV 157.96 121.26 185.8 -
System Red Green Blue C M Y K H S L
Decimal 239 119 146 0 0.50 0.39 0.06 346.5 0.79 0.7
Hex EF 77 92 0 32 27 6 15A 4F 46
Octal 357 167 222 0 62 47 6 532 117 106
Binary 11101111 1110111 10010010 0 110010 100111 110 101011010 1001111 1000110

Color Harmonies of #EF7792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7792

Black with #EF7792

Text Example


Text Example

White with #EF7792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7792; }

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

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

background-color css

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

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

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

border-color css

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

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

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