Html Css Color HEX #EF7793 Carissma

📋 copy color: '#EF7793'

red 239 ◦ green 119 ◦ blue 147

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

Shades of Carissma #EF7793

Tints of Carissma #EF7793

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 29.11%

R = 47.33%
G = 23.56%
B = 29.11%

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

#EF7793 (or 0xEF7793) is known color: Carissma. HEX triplet: EF, 77 and 93. RGB value is (239,119,147). Sum of RGB (Red+Green+Blue) = 239+119+147=505 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.33% from 505); Green value is 119 (46.88% from 255 or 23.56% from 505); Blue value is 147 (57.81% from 255 or 29.11% from 505); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7793 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF7793 is #10886C. Grayscale: #9E9E9E. Windows color (decimal): -1083501 or 9664495. OLE color: 9664495.

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

Color convert

RGB 239 119 147 -
CMYK 0 0.50 0.38 0.06
HSL 346º 0.79% 0.7% -
HSV(B) 346º 0.5% 0.94% -
XYZ 47.46 33.65 31.6 -
YUV 158.07 121.76 185.72 -
System Red Green Blue C M Y K H S L
Decimal 239 119 147 0 0.50 0.38 0.06 346 0.79 0.7
Hex EF 77 93 0 32 26 6 15A 4F 46
Octal 357 167 223 0 62 46 6 532 117 106
Binary 11101111 1110111 10010011 0 110010 100110 110 101011010 1001111 1000110

Color Harmonies of #EF7793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7793

Black with #EF7793

Text Example


Text Example

White with #EF7793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7793; }

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

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

background-color css

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

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

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

border-color css

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

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

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