Html Css Color HEX #EF7E9B Carissma

📋 copy color: '#EF7E9B'

red 239 ◦ green 126 ◦ blue 155

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

Shades of Carissma #EF7E9B

Tints of Carissma #EF7E9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 29.81%

R = 45.96%
G = 24.23%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#EF7E9B (or 0xEF7E9B) is known color: Carissma. HEX triplet: EF, 7E and 9B. RGB value is (239,126,155). Sum of RGB (Red+Green+Blue) = 239+126+155=520 (68% of max value = 765). Red value is 239 (93.75% from 255 or 45.96% from 520); Green value is 126 (49.61% from 255 or 24.23% from 520); Blue value is 155 (60.94% from 255 or 29.81% from 520); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7E9B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF7E9B is #108164. Grayscale: #A3A3A3. Windows color (decimal): -1081701 or 10190575. OLE color: 10190575.

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

Color convert

RGB 239 126 155 -
CMYK 0 0.47 0.35 0.06
HSL 344.6º 0.78% 0.72% -
HSV(B) 344.6º 0.47% 0.94% -
XYZ 48.97 35.64 35.31 -
YUV 163.09 123.44 182.14 -
System Red Green Blue C M Y K H S L
Decimal 239 126 155 0 0.47 0.35 0.06 344.6 0.78 0.72
Hex EF 7E 9B 0 2F 23 6 159 4E 48
Octal 357 176 233 0 57 43 6 531 116 110
Binary 11101111 1111110 10011011 0 101111 100011 110 101011001 1001110 1001000

Color Harmonies of #EF7E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7E9B

Black with #EF7E9B

Text Example


Text Example

White with #EF7E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7E9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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