Html Css Color HEX #EF7794 Carissma

📋 copy color: '#EF7794'

red 239 ◦ green 119 ◦ blue 148

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

Shades of Carissma #EF7794

Tints of Carissma #EF7794

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 29.25%

R = 47.23%
G = 23.52%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#EF7794 (or 0xEF7794) is known color: Carissma. HEX triplet: EF, 77 and 94. RGB value is (239,119,148). Sum of RGB (Red+Green+Blue) = 239+119+148=506 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.23% from 506); Green value is 119 (46.88% from 255 or 23.52% from 506); Blue value is 148 (58.20% from 255 or 29.25% from 506); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7794 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF7794 is #10886B. Grayscale: #9E9E9E. Windows color (decimal): -1083500 or 9730031. OLE color: 9730031.

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

Color convert

RGB 239 119 148 -
CMYK 0 0.50 0.38 0.06
HSL 345.5º 0.79% 0.7% -
HSV(B) 345.5º 0.5% 0.94% -
XYZ 47.54 33.68 32.01 -
YUV 158.19 122.26 185.64 -
System Red Green Blue C M Y K H S L
Decimal 239 119 148 0 0.50 0.38 0.06 345.5 0.79 0.7
Hex EF 77 94 0 32 26 6 15A 4F 46
Octal 357 167 224 0 62 46 6 532 117 106
Binary 11101111 1110111 10010100 0 110010 100110 110 101011010 1001111 1000110

Color Harmonies of #EF7794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7794

Black with #EF7794

Text Example


Text Example

White with #EF7794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7794; }

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

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

background-color css

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

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

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

border-color css

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

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

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