Html Css Color HEX #EF7E9D Carissma

📋 copy color: '#EF7E9D'

red 239 ◦ green 126 ◦ blue 157

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

Shades of Carissma #EF7E9D

Tints of Carissma #EF7E9D

RGB

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

 GREEN value IS 126 (49.61% from 255) = 24.14%

 BLUE value IS 157 (61.72% from 255) = 30.08%

R = 45.79%
G = 24.14%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#EF7E9D (or 0xEF7E9D) is known color: Carissma. HEX triplet: EF, 7E and 9D. RGB value is (239,126,157). Sum of RGB (Red+Green+Blue) = 239+126+157=522 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.79% from 522); Green value is 126 (49.61% from 255 or 24.14% from 522); Blue value is 157 (61.72% from 255 or 30.08% from 522); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7E9D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF7E9D is #108162. Grayscale: #A3A3A3. Windows color (decimal): -1081699 or 10321647. OLE color: 10321647.

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

Color convert

RGB 239 126 157 -
CMYK 0 0.47 0.34 0.06
HSL 343.54º 0.78% 0.72% -
HSV(B) 343.54º 0.47% 0.94% -
XYZ 49.14 35.71 36.2 -
YUV 163.32 124.44 181.98 -
System Red Green Blue C M Y K H S L
Decimal 239 126 157 0 0.47 0.34 0.06 343.54 0.78 0.72
Hex EF 7E 9D 0 2F 22 6 158 4E 48
Octal 357 176 235 0 57 42 6 530 116 110
Binary 11101111 1111110 10011101 0 101111 100010 110 101011000 1001110 1001000

Color Harmonies of #EF7E9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7E9D

Black with #EF7E9D

Text Example


Text Example

White with #EF7E9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7E9D; }

 p { color: rgb(239,126,157); }

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

background-color css

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

 a { background-color: rgb(239,126,157); }

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

border-color css

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

 span { border-color: rgb(239,126,157); }

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