Html Css Color HEX #EF7D9E Carissma

📋 copy color: '#EF7D9E'

red 239 ◦ green 125 ◦ blue 158

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

Shades of Carissma #EF7D9E

Tints of Carissma #EF7D9E

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.95%

 BLUE value IS 158 (62.11% from 255) = 30.27%

R = 45.79%
G = 23.95%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#EF7D9E (or 0xEF7D9E) is known color: Carissma. HEX triplet: EF, 7D and 9E. RGB value is (239,125,158). Sum of RGB (Red+Green+Blue) = 239+125+158=522 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.79% from 522); Green value is 125 (49.22% from 255 or 23.95% from 522); Blue value is 158 (62.11% from 255 or 30.27% from 522); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7D9E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF7D9E is #108261. Grayscale: #A2A2A2. Windows color (decimal): -1081954 or 10386927. OLE color: 10386927.

HSL color Cylindrical-coordinate representation of color #EF7D9E: hue angle of 342.63º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EF7D9E is Cyan = 0, Magento = 0.48, Yellow = 0.34 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 125 158 -
CMYK 0 0.48 0.34 0.06
HSL 342.63º 0.78% 0.71% -
HSV(B) 342.63º 0.48% 0.94% -
XYZ 49.1 35.49 36.61 -
YUV 162.85 125.27 182.32 -
System Red Green Blue C M Y K H S L
Decimal 239 125 158 0 0.48 0.34 0.06 342.63 0.78 0.71
Hex EF 7D 9E 0 30 22 6 157 4E 47
Octal 357 175 236 0 60 42 6 527 116 107
Binary 11101111 1111101 10011110 0 110000 100010 110 101010111 1001110 1000111

Color Harmonies of #EF7D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7D9E

Black with #EF7D9E

Text Example


Text Example

White with #EF7D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7D9E; }

 p { color: rgb(239,125,158); }

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

background-color css

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

 a { background-color: rgb(239,125,158); }

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

border-color css

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

 span { border-color: rgb(239,125,158); }

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